MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / DoubleArray Class / DoubleArray Constructor / DoubleArray Constructor(Double[])
Specifies the data for the array.

In This Topic
DoubleArray Constructor(Double[])
In This Topic
Initializes a new instance of the DoubleArray class.
Syntax
'Declaration
 
Public Function New( _
   ByVal data() As Double _
)
 

Parameters

data
Specifies the data for the array.
See Also